home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950528-19950726 / 000359_news@columbia.edu_Thu Jul 13 13:26:49 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  4KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA20329
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Fri, 14 Jul 1995 02:00:41 -0400
  3. Received: by apakabar.cc.columbia.edu id AA28105
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Fri, 14 Jul 1995 02:00:39 -0400
  5. Path: news.columbia.edu!panix!bloom-beacon.mit.edu!news.kei.com!hookup!news.moneng.mei.com!uwm.edu!vixen.cso.uiuc.edu!newsrelay.iastate.edu!news.iastate.edu!usenet
  6. From: zollner@iastate.edu
  7. Newsgroups: comp.os.os2.networking.tcp-ip,comp.protocols.kermit.misc
  8. Subject: Re: MS-KERMIT 3.14 and WARP CONNECT
  9. Date: 13 Jul 1995 13:26:49 GMT
  10. Organization: Iowa State University
  11. Lines: 52
  12. Message-Id: <3u36up$iqq@news.iastate.edu>
  13. References: <3tu54l$jf6@news.iastate.edu> <3tunpq$ou5@apakabar.cc.columbia.edu> <3u1n7b$4qr@news.iastate.edu> <3u25av$ce2@apakabar.cc.columbia.edu>
  14. Reply-To: zollner@iastate.edu
  15. Nntp-Posting-Host: zollner.ssp.ameslab.gov
  16. X-Newsreader: IBM NewsReader/2 v1.02
  17. Xref: news.columbia.edu comp.os.os2.networking.tcp-ip:36350 comp.protocols.kermit.misc:3195
  18. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  19.  
  20. In <3u25av$ce2@apakabar.cc.columbia.edu>, jaltman@watsun.cc.columbia.edu (Jeffrey Altman) writes:
  21. >Actually, there is a standard.  Its the DEC VTxxx programmer's manuals
  22.  
  23. I am not sure I agree. Over the years, I have seen four different flavors 
  24. of the Tektronix emulation: 1) The original VT100 graphics terminal with
  25. the Retrographics enhancement card. 2) The HIREZ graphics terminal (forgot
  26. the company, but we had tons of those). 3) The VT330 terminal. 4) An IBM
  27. PC with Kermit.
  28.  
  29. All of these use a different method (escape sequence) to switch between
  30. graphics and text. Some of them (the VT330) clear the screen when switching
  31. and are therefore useless to me. Since all four are different, my VAX 
  32. programs have an input parameter which tells the program the type of 
  33. terminal. Therefore, I am not sure why say that there is a standard, if
  34. the VT100 and VT330 behave in a different way. Everytime we bought a new
  35. VAX terminal from DEC, we had to study the manuals and change our code.
  36. Graphics input (cursor position) is yet another story. We never got it to
  37. work with the VT330, only on (some, but not all of) the Retrographics.
  38.  
  39. >I can tell you that it does not work with 3.14 nor has it worked with 
  40. >any version of MS-DOS Kermit that I have had in the last two years.
  41. >The only solution you have is to spend $25 and purchase Ray Gwinn's SIO
  42. >Fossil Drivers and his VMODEM product.
  43.  
  44. I don't mind spending $25 or less per machine, but I still have not figured
  45. out how to use KERMIT with Ray Gwinn's SIO drivers. The Kermit manuals
  46. mention Fossil generically, but not specifically. Therefore, I could not 
  47. see how to set up SIO.SYS to invoke Kermit over the internet.
  48.  
  49. I also looked at the SIO driver documentation. There is a note in the 
  50. current version saying that the documentation in the current version (1.50)
  51. is incomplete. Maybe what I am looking for is not included in the current 
  52. version.
  53.  
  54. I loaded SIO.SYS, VSIO.SYS, and DX00.SYS in my CONFIG.STS file. The latter
  55. two take no parameters, therefore there is no problem. But what do I
  56. specify for SIO.SYS. COM1 and COM2 are standard and need no parameters.
  57. I know from reading the docs for VMODEM that there are some switches that
  58. reroute a virtual COM port through the internet, but these switches are
  59. not documented in SIOUSER.TXT or SIOREF.TXT.
  60.  
  61. In summary: The Kermit docs do not explain the use of Ray Gwinn's drivers,
  62. and Ray Gwinn's docs don't explain how to use Kermit. Does anybody know how
  63. to mate the two and can explain what to put into my CONFIG.SYS and how to
  64. call KERMIT. I'd sure appreciate it.
  65.  
  66. ************************************************************************
  67. * Stefan Zollner, Assistant Professor and Associate Physicist          *
  68. * Iowa State University/Ames Laboratory, A205 Physics, Ames, IA 50011  *
  69. * zollner@iastate.edu    Phone: (515) 294-7327     FAX: (515) 294-0689 *
  70. ************************************************************************
  71.